﻿.bannerImg {
	background-position:center
}

.privForm{
    margin-top: 25px;
}
.navtop {
  z-index: 10000 !important; 
}

.labelInput{
    color: #021f59;
    font-size: 15px;
    display: block;
    font-family: "Mohr-Mediumlt";
    text-align: left;
    margin-top: 15px;
    margin-bottom: 5px;
}

.inputPri{
    border-radius: 6px;
    border: solid 1px #dedede;
    width: 100%;
    height: 40px;
    padding: 10px;
    color: #707070;
}

.inputPri::placeholder{
    color: #a5a5a5;
    padding-left: 1px;
}

.inputPri:focus , .inputPri:hover{
    outline: none;
}

.titleCheck {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-top: 4px;
    margin-bottom: 12px;
    font-family: "Mohr-Mediumlt";
    color: #021f59;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 20px;
  }
  
  
  .titleCheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  
  .checkado {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    border-radius:3px;
    width: 25px;
    background-color: transparent;
    border:2px solid #021f59;
  }
  
  
  .titleCheck:hover input ~ .checkado {
    background-color:#021f59 ;
  }
  
  
  .titleCheck input:checked ~ .checkado {
    background-color:#00bf44 ;
    border:2px solid #00bf44;
  }
  
  
  .checkado:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  
  .titleCheck input:checked ~ .checkado:after {
    display: block;
  }
  
  
  .titleCheck .checkado:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  .contentSub{
      font-size: 13px;
      color:#a5a5a5;
      font-family: "Mohr-Mediumlt";
      line-height: 1.5;
      display: block;
      margin-bottom: 20px;
  }

  .btnEnviar{
    float: right;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: white;
    border-radius: 6px;
    border: 1px solid transparent;
    font-family: "Mohr-SemiBold";
    width: 35%;
    height: 40px;
    display:block;
    text-transform: uppercase;
    font-size: 11px;
    color: #00bf44;
    text-align: center;
    transition: .3s;
  }

  .btnEnviar:hover , .btnEnviar:focus{
    outline: none;
    background: #f2fcf5;
    border:1px solid #00bf44;
  }
  @media screen and (min-width:768px) and (max-width:1000px){
    .bannerImg {
        height: 40vh;
    }
    .title_poli {
      font-size: 55px;
      bottom: 7rem;
  }
    }

@media screen and (max-width:640px) {
    .bannerContent{
        padding: 10% 5%;
    }
    
    .title_poli{
        max-width: 100%;
        bottom: 20px;
        font-size: 42px;
    }

    .inputPri{
        width: 100%;
    }

    .btnEnviar{
        width: 100%;
    }
    .bannerImg {
      height: 55vh;
  	}
  	.ot-checkbox-group .ot-checkbox{
		width: calc(50% - 12px) !important;
	}
}
@media screen and (max-width: 320px){
  .content_poli {
      font-size: 14px;
  }
  .title_poli {
      bottom: 11rem;
      font-size: 30px;
  }
  }